home *** CD-ROM | disk | FTP | other *** search
- property done
-
- on exitFrame me
- global gConMan, gCostMan, gToolBarTextMan, gUserDataMan, gPromptMan
- if not done then
- setToolBarText(gToolBarTextMan, "init_iso_cons")
- sendAllSprites(#sendToolBarCoverAway)
- gConMan = new(script("constructionDecisionTracker"))
- gCostMan = new(script("costManager"))
- if not baseCostAndFoundationCharged(gUserDataMan) then
- doPrompt(gPromptMan, #BCandF)
- end if
- done = 1
- end if
- go(the frame)
- end
-